diff options
Diffstat (limited to 'app/api/files/[...path]')
| -rw-r--r-- | app/api/files/[...path]/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index c9d530de..81f4b95d 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -42,7 +42,7 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendor-investigation', 'vendor-responses', 'vendor-evaluation', - 'vendor-evaluation-submit', + 'evaluation-attachments', 'vendor-attachments', ]; |
